home *** CD-ROM | disk | FTP | other *** search
- dialog(name: '$$$/Prefs/Batch', margin_height: 0, margin_width: 0)
- {
- cluster(name: '$$$/Prefs/Batch', dheight: gPrefsPanelHeight, dwidth: gPrefsPanelWidth, align_children: align_left)
- {
- check_box(item_id: 'Conf', name:'$$$/Prefs/Batch/ShowRunConfirmDialog');
- check_box(item_id: 'Save', name:'$$$/Prefs/Batch/SaveLog');
- view(align_children: align_row)
- {
- gap(width: gCheckBoxWidth);
- view(align_children: align_left)
- {
- button(item_id: 'Choo', name:'$$$/Prefs/Batch/ChooseLocation');
- static_text(item_id: 'Loca', height: gStaticTextHeight*2, dwidth: 400);
- }
- }
- view(align_children: align_left)
- {
- static_text(name:'$$$/Prefs/Batch/SecurityHandler');
- popup(item_id: 'Secu', width: max_char_width() * 20);
- }
- }
- }
-